Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class
The type of the slot. Inherit this class to add custom properties.
Members


In This Topic
    CalendarSlotsPanel<S> Class
    In This Topic
    Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UIView", True)>
    Public MustInherit Class CalendarSlotsPanel(Of S As C1.iOS.Calendar.C1Calendar.CalendarSlotInfo) 
       Inherits UIKit.UIView
       Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    [Foundation.Register("UIView", true)]
    public abstract class CalendarSlotsPanel<S> : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    where S: C1.iOS.Calendar.C1Calendar.CalendarSlotInfo
    Type Parameters
    S
    The type of the slot. Inherit this class to add custom properties.
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                C1.iOS.Calendar.CalendarSlotsPanel<S>
                   C1.iOS.Calendar.CalendarDaysOfWeekPanel
                   C1.iOS.Calendar.CalendarDaysPanel
                   C1.iOS.Calendar.CalendarHeadersPanel
                   C1.iOS.Calendar.CalendarMonthsPanel
                   C1.iOS.Calendar.CalendarYearsPanel

    See Also